home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000080_janl@math.uio.no_Fri Feb 10 15:17:12 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  2KB

  1. Received: from pat.uio.no by cs.umb.edu with SMTP id AA04263
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 11 Feb 1995 08:56:02 -0500
  3. Received: from ulrik.uio.no by pat.uio.no with local-SMTP (PP) 
  4.           id <01970-0@pat.uio.no>; Fri, 10 Feb 1995 14:17:14 +0100
  5. Received: from mnemosyne.uio.no by gilgamesj ; Fri, 10 Feb 1995 14:17:13 +0100
  6. Message-Id: <9502101317.AA04732@gilgamesj>
  7. To: tex-k@cs.umb.edu
  8. Reply-To: janl@math.uio.no
  9. Subject: kpathsea feature
  10. Date: Fri, 10 Feb 1995 14:17:12 +0100
  11. From: Nicolai Langfeldt <janl@math.uio.no>
  12.  
  13.  
  14. Someone here was complaining about the latex2e slides document class.
  15. The lcmss8 fonts here were not very good.  So I set about generating
  16. and experimenting.  Suddenly latex can't find lcmss8.tfm:
  17.  
  18.   ~ $ ./kpsexpand latex '$TFMFONTS' lcmss8.tfm
  19.   .:!!/local/TEX/lib/fonts//tfm
  20.   PICT: (null)
  21.   TEX: (null)
  22.   TFM: (null)
  23.   VF: (null)
  24.  
  25. Well, try some other font then?
  26.  
  27.   ~ $ ./kpsexpand latex '$TFMFONTS' cmr10.tfm
  28.   .:!!/local/TEX/lib/fonts//tfm
  29.   PICT: (null)
  30.   TEX: (null)
  31.   TFM: /local/TEX/lib/fonts/cm/tfm/cmr10.tfm
  32.   VF: (null)
  33.  
  34. Ok that's there.  And lcmss8.tfm is in the database.  Is the file gone?
  35.  
  36.   /local/TEX/lib/fonts $ find | grep lcmss8
  37.   ./latex/tfm/lcmss8.tfm
  38.   ...
  39.   ./latex/pk/lcmss8.tfm
  40.   ...
  41.  
  42. Uhm.  One in the pk dir too.  That distracting I wonder?
  43.  
  44.   /local/TEX/lib/fonts $ rm ./latex/pk/lcmss8.tfm
  45.  
  46. Rebuild database
  47.  
  48.   ~ $ ./kpsexpand latex '$TFMFONTS' lcmss8.tfm
  49.   .:!!/local/TEX/lib/fonts//tfm
  50.   PICT: (null)
  51.   TEX: (null)
  52.   TFM: /local/TEX/lib/fonts/latex/tfm/lcmss8.tfm
  53.   VF: (null)
  54.  
  55. Moral of this story: Don't keep fontfiles where they don't belong.  It
  56. makes kpathsea blind to them.  Or wait for a fix if it hasn't been
  57. fixed already.
  58.  
  59. This is kpathsea 2.5.
  60.  
  61. Thanks.
  62.  
  63. Nicolai
  64. --
  65. Nicolai Langfeldt, janl@math.uio.no
  66. Linux miscellanea, TeX stuff